From 323bad3594519d7cf1884230144597a2071c7132 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 8 Aug 2020 23:22:13 +0100 Subject: [PATCH] d/rules: Stop setting VERBOSE, it was only relevant with Autotools --- debian/rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/rules b/debian/rules index 6a7c3e156f..b64354590e 100755 --- a/debian/rules +++ b/debian/rules @@ -46,9 +46,6 @@ EXAMPLES_PKG := gtk-$(APIVER)-examples NEWS := NEWS$(shell find -maxdepth 1 -size +4k -name NEWS -exec echo ".gz" \;) README.md := README.md$(shell find -maxdepth 1 -size +4k -name README.md -exec echo ".gz" \;) -# Get failing tests' stdout/err so we have some information when a build fails -export VERBOSE=1 - # macro computing the list of 'debian/.*" files which have a # corresponding ".in" file; pass the list of packages in $(1) dh_subst_files = $(patsubst %.in,%,$(wildcard $(addprefix debian/, $(addsuffix *.in, $(1))))) -- 2.30.2